home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Batman - Partners in Peril / DC CD-ROM Comic Book: Batman - Partners in Peril.iso / pc / help.dxr / 00300_BHLP4hot.BMP.ls < prev    next >
Encoding:
Text File  |  1996-08-20  |  309 b   |  13 lines

  1. on mouseUp
  2.   global k, s80
  3.   if k = 0 then
  4.     set k to 1
  5.     set the visible of sprite 19 to 0
  6.     set the visible of sprite 18 to 1
  7.     animate("B-helphs.wav", 18, "BHlp401.bmp", 9, s80, EMPTY)
  8.     puppetSprite(18, 0)
  9.     set the visible of sprite 18 to 0
  10.     set the visible of sprite 19 to 1
  11.   end if
  12. end
  13.